home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / mac / files / sat / telemeng.uue / TELEMENG.ZIP / TELEMENG.DOC < prev   
Text File  |  1993-04-11  |  7KB  |  169 lines

  1.                              T E L E M 
  2.                 version 1.4e
  3.  
  4.              ARSENE satellite telemetry decoding package
  5.             by Frederic Rible fc1oat @ f6abj.frpa.fra.eu
  6.        (documentation for version 1.4e by Bernard Pidoux, f6bvp)
  7.  
  8. This software is distributed free of charge by: 
  9.  
  10. ATEPRA
  11. Association Technique pour l'Experimentation du Packet RadioAmateur 
  12. 23, rue de Provins
  13. F-77520 Mons-en-Montois
  14. France.
  15.  
  16. If you want to support ARSENE project you can send your donation to ATEPRA
  17. or RACE association. 
  18.  
  19. ARSENE is a mini satellite built by french RACE radio amateur organization. 
  20. Its mass is 158 Kg and its orbit 20 000 - 36 000 Km with zero degrees 
  21. inclination. The output power is 15 Watts on VHF. 
  22. It has three AX25 standard 1200 bauds AFSK FM packet transponders with three 
  23. uplink frequencies on 435.050-435.100-435.150 Mhz.  
  24. The frequency of the downlink and of the AX25 beacon is 145.975 Mhz.
  25. This beacon will send telemetry giving the status of radio modules
  26. and electrical equipments aboard the satellite.
  27.  
  28. Hardware requirements for copying the telemetry in real time:
  29. A VHF FM receiver, a standard packet Terminal Node Controler with no special
  30. modem (i.e. bell 202 standard) a PC with serial port connected to the TNC
  31. using 8 wires ( wires 2 to 8 plus wire 20). Signal strengh should make
  32. ARSENE easy to copy with a 145 MHz yagi antenna with 13 dB gain. Although
  33. signal is transmitted with vertical linear polarisation, a circular
  34. polarisation receiving antenna could be better.
  35.  
  36. This real time telemetry decoding program will run with any color graphic 
  37. adaptator. The monitor can be black and white but, of course, full colors 
  38. effects will not be performed unless a CGA, EGA or VGA monitor is used.
  39.  
  40. A- Distributed file catalog
  41. ===========================
  42.  
  43.  SIMU.BAT       Batch for ARSENE reception simulation (no TNC required)
  44.  TELEM.EXE      The telemetry decoding program 
  45.  TELEM.CFG      Configuration file with telemetry channels equations
  46.  TELEM.COL      Color configuration file
  47.  TELEMCOL.COL   Color configuration file
  48.  TELEMB&W.COL   Black and white color configuration file
  49.  CONFIG.TNC     TNC configuration file
  50.  ESS.COM        Interrupt driven Serial I/O driver version 1.11 
  51.                 written by Gerard FC1EBN (also author of TPK);
  52.                 Its performance are such that you can run at up to 19,2 Kbd.
  53.  TELEMENG.DOC   This file
  54.  
  55. B- Installation
  56. ===============
  57.  
  58. First, protect your original floppy and make a backup copy.
  59.  
  60. TELEM.EXE will run with a TNC-2 Prom 1.1.5 or higher version or compatible.
  61. The configuration file CONFIG.TNC was programmed for a TNC-2 connected to 
  62. serial port COM1 with a 9600 bauds speed, 8 bits, no parity. In order to 
  63. modify  COM number, speed or format, you only need to change the first three 
  64. lines in CONFIG.TNC file. The third line that represents the format is coded
  65. like the following:
  66.  
  67.         XYZ with :      X = N   no parity
  68.                         X = E   parity even  
  69.                         X = O   parity odd     
  70.  
  71.                         Y = 8   8 bits data
  72.                         Y = 7   7 bits data
  73.  
  74.                         Z = 1   1 stop bit
  75.                         Z = 2   2 stop bits
  76.  
  77. The next three lines in CONFIG.TNC initializes the TNC serial i/o parameters.
  78. AWLEN 8 tells the TNC to run 8 bits serial communication  
  79. PAR   0 tells the TNC to run 0 parity serial communication  
  80. RESTART make the previous instruction active. 
  81. These instructions are for a TNC2. You can modify it for your particular case.
  82. For example they will not work with a TNC-20 that use E71 serial parameters 
  83. only.
  84.  
  85. LCALLS parameter is set for ARSENE-1 callsign. If ARSENE satellite callsign
  86. is changed to FX0ARS-1, change here the corresponding callsign.
  87.  
  88. You can choose color display or black and white display by copying either
  89. TELEMB&W.COL (for black and white) or TELEMCOL.COL (for color) to TELEM.COL
  90. file.
  91.  
  92. Before running TELEM.EXE program, you must install the serial driver ESS.COM.
  93. For example, if your TNC is connected to port COM 1, you type ESS 1 or include
  94. a line with "ESS 1" (without quotes) in the AUTOEXEC.BAT
  95.  
  96. TELEM.EXE program must be run from the same directory where the files 
  97. TELEM.COL, CONFIG.TNC and TELEM.CFG are. When TELEM is run without argument 
  98. it looks for a TNC connected to the serial port and make the initialization 
  99. of the TNC.
  100.  
  101. C- Usage
  102. ==========
  103.  
  104.   To run TELEM.EXE, you only need to enter command "TELEM".
  105.  
  106.   If you would like to simulate satellite telemetry reception you can run
  107. the program in simulation mode, even without connecting it to a TNC. You 
  108. should use the batch file SIMU.BAT or type TELEM SIMU at the DOS prompt. 
  109. In that case the serial driver ESS is not necessary. Random number are
  110. generated inside the program.
  111.  
  112.   In the present version there are only 5 possible commands when TELEM is 
  113. running, using the function keys:
  114.  
  115.    - F1 : To acknowledge a new alarm (there is a beep warning and the values 
  116.           that triggered the alarm by outpassing the normal values are 
  117.           blinking).
  118.  
  119.           After pressing the F1 key, the beep is stopped and the figures that
  120.           start the alarm stay in red except if the values return to normal.
  121.  
  122.    - F2 : To toggle the display from real values to rough figures send by the
  123.           satellite and vice versa.
  124.  
  125.    - F3 : To toggle the display from real time telemetry to archived values.
  126.           You can move through the records using Page UP and Page DOWN keys.
  127.  
  128.    - F4 : To toggle the display from analog telemetry to STATUS channels.
  129.           You can toggle screens back and forth. A change in any STATUS
  130.           channel makes the corresponding item blink. F1 key will stop the 
  131.           blinking. 
  132.  
  133.    - F10 : To quit the program.
  134.  
  135. D- In case of difficulty
  136. =========================
  137.  
  138.   1/ The program displays "The TNC-2 is not responding" :
  139.  
  140.     Possible causes are :
  141.  
  142.         - there is no TNC connected to the serial port !
  143.  
  144.         - the serial port configuration is not compatible with your TNC:
  145.           check carefully the first three lines of CONFIG.TNC file;
  146.  
  147.         - ESS driver is not loaded: load it typing ESS 1 
  148.           (1 for COM1: depending on the port number you are using)
  149.  
  150.         - the ESS driver is locked (for example after using a communication
  151.           program like Procom or Telix) : you should unload it and reload it.
  152.           Use the command ESS S and then ESS 1 (for COM1: !).
  153.  
  154.         - the TNC you are using is not compatible with TAPR prom 1.1.5 
  155.           or higher.
  156.           => change your TNC or modify the CONFIG.TNC file.
  157.  
  158. For any information about ARSENE satellite please contact:
  159.  
  160. Radio Amateur Club de l'Espace 
  161. 5, Place du Mont-Vallier 
  162. F-31280 Dremil-Lafage, France.
  163.  
  164. RACE can also be reached via its INTERNET mailbox:
  165. race@amsat.org
  166.  
  167. f6bvp Paris, March 25, 1993.
  168. ---------------------------END OF DOCUMENTATION --------
  169.